GtkWindow: Avoid an early exit
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Oct 2014 17:59:39 +0000 (13:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Oct 2014 17:59:39 +0000 (13:59 -0400)
commit8821d488c52ca0d571fc76c8160f181c6aa43f41
treea982123067024d8e816da3e9d5c9335d7045b48e
parent1a1c30adfa55f145c0a96d81cd19fb1bb8e009ca
GtkWindow: Avoid an early exit

When gtk_window_set_titlebar (win, NULL) is called, we were taking
an early exit and forgot to re-map the window. This does not normally
happen in practice, but glade is about to get a 'csd' switch which
lets one toggle back and forth between titlebar and no titlebar.
gtk/gtkwindow.c